Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1208)

Unified Diff: content/browser/renderer_host/test_render_view_host.h

Issue 10052018: Drop frontbuffers with ui-use-gpu-process, synchronized with browser, decoupled from backbuffer dro… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixing compile issue for content_unittests Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/renderer_host/test_render_view_host.h
diff --git a/content/browser/renderer_host/test_render_view_host.h b/content/browser/renderer_host/test_render_view_host.h
index 365a05bdfe920b37caac52b4ff5f69badc2047ba..60a5c648e4baa3ee943228fb14704bbdbc081d80 100644
--- a/content/browser/renderer_host/test_render_view_host.h
+++ b/content/browser/renderer_host/test_render_view_host.h
@@ -146,7 +146,7 @@ class TestRenderWidgetHostView : public RenderWidgetHostViewBase {
virtual void AcceleratedSurfaceNew(
int32 width, int32 height, uint64* surface_id,
TransportDIB::Handle* surface_handle) OVERRIDE { }
- virtual void AcceleratedSurfaceRelease(uint64 surface_id) OVERRIDE { }
+ virtual bool AcceleratedSurfaceRelease(uint64 surface_id) OVERRIDE;
#endif
#if defined(TOOLKIT_GTK)

Powered by Google App Engine
This is Rietveld 408576698