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

Unified Diff: Source/WebCore/platform/graphics/chromium/cc/CCThreadProxy.h

Issue 10199014: Merge 114800 - [chromium] Plumb a compositor surface ready notification through to the threaded com… (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1084/
Patch Set: 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: Source/WebCore/platform/graphics/chromium/cc/CCThreadProxy.h
===================================================================
--- Source/WebCore/platform/graphics/chromium/cc/CCThreadProxy.h (revision 114977)
+++ Source/WebCore/platform/graphics/chromium/cc/CCThreadProxy.h (working copy)
@@ -57,6 +57,7 @@
virtual void finishAllRendering();
virtual bool isStarted() const;
virtual bool initializeContext();
+ virtual void setSurfaceReady() OVERRIDE;
virtual bool initializeLayerRenderer();
virtual bool recreateContext();
virtual int compositorIdentifier() const;
@@ -122,6 +123,7 @@
void requestStartPageScaleAnimationOnImplThread(IntSize targetPosition, bool useAnchor, float scale, double durationSec);
void finishAllRenderingOnImplThread(CCCompletionEvent*);
void initializeImplOnImplThread(CCCompletionEvent*);
+ void setSurfaceReadyOnImplThread();
void initializeContextOnImplThread(GraphicsContext3D*);
void initializeLayerRendererOnImplThread(CCCompletionEvent*, bool* initializeSucceeded, LayerRendererCapabilities*);
void setVisibleOnImplThread(CCCompletionEvent*, bool visible);

Powered by Google App Engine
This is Rietveld 408576698