| 94 | } |
| 95 | |
| 96 | void ScreenshotCommandHandler::ClearImage() { |
| 97 | if (this->image_ != NULL) { |
| 98 | delete this->image_; |
| 99 | this->image_ = NULL; |
| 100 | } |
| 101 | } |
| 102 | |
| 103 | HRESULT ScreenshotCommandHandler::CaptureViewport(BrowserHandle browser) { |
| 104 | LOG(TRACE) << "Entering ScreenshotCommandHandler::CaptureViewport"; |
no outgoing calls
no test coverage detected