| Index: content/browser/renderer_host/render_view_host_unittest.cc
|
| diff --git a/content/browser/renderer_host/render_view_host_unittest.cc b/content/browser/renderer_host/render_view_host_unittest.cc
|
| index 810439d81b7e44746e55c8b3ecdca24ecc27f243..6e191f1967dc4af42c17263437f088b72e9fdf7e 100644
|
| --- a/content/browser/renderer_host/render_view_host_unittest.cc
|
| +++ b/content/browser/renderer_host/render_view_host_unittest.cc
|
| @@ -136,6 +136,10 @@ class MockDraggingRenderViewHostDelegateView
|
| virtual void UpdateDragCursor(WebKit::WebDragOperation operation) OVERRIDE {}
|
| virtual void GotFocus() OVERRIDE {}
|
| virtual void TakeFocus(bool reverse) OVERRIDE {}
|
| + virtual bool GrabSnapshot(const std::string& format,
|
| + int quality,
|
| + double scale,
|
| + std::vector<uint8>* data) OVERRIDE { return false; }
|
| virtual void UpdatePreferredSize(const gfx::Size& pref_size) {}
|
|
|
| GURL drag_url() {
|
|
|