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

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

Issue 10915298: Add CCDelegatingRenderer, and corresponding IPCs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: correct base Created 8 years, 3 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/render_widget_host_view_aura.h
diff --git a/content/browser/renderer_host/render_widget_host_view_aura.h b/content/browser/renderer_host/render_widget_host_view_aura.h
index 6976d669d390b4e6cde8566814dbc39f323c4c75..ff0cc19e953b308753fdc19b52be8ed73a2d46ab 100644
--- a/content/browser/renderer_host/render_widget_host_view_aura.h
+++ b/content/browser/renderer_host/render_widget_host_view_aura.h
@@ -121,6 +121,8 @@ class RenderWidgetHostViewAura
int32 height_in_pixel,
uint64 surface_id) OVERRIDE;
virtual void AcceleratedSurfaceRelease(uint64 surface_id) OVERRIDE;
+ virtual void SwapCompositorFrame(
+ const WebKit::WebCompositorFrame& frame) OVERRIDE;
virtual void GetScreenInfo(WebKit::WebScreenInfo* results) OVERRIDE;
virtual gfx::Rect GetBoundsInRootWindow() OVERRIDE;
virtual void ProcessTouchAck(WebKit::WebInputEvent::Type type,
@@ -244,6 +246,7 @@ class RenderWidgetHostViewAura
static void InsertSyncPointAndACK(int32 route_id,
int gpu_host_id,
ui::Compositor* compositor);
+ void SwapCompositorFrameAck(ui::Compositor*);
// Called when window_ is removed from the window tree.
void RemovingFromRootWindow();

Powered by Google App Engine
This is Rietveld 408576698