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

Unified Diff: Source/Platform/chromium/public/WebLayerTreeView.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
« no previous file with comments | « Source/Platform/ChangeLog ('k') | Source/WebCore/ChangeLog » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/Platform/chromium/public/WebLayerTreeView.h
===================================================================
--- Source/Platform/chromium/public/WebLayerTreeView.h (revision 114977)
+++ Source/Platform/chromium/public/WebLayerTreeView.h (working copy)
@@ -94,6 +94,11 @@
// Must be called before any methods below.
WEBKIT_EXPORT bool initialize(WebLayerTreeViewClient*, const WebLayer& root, const Settings&);
+ // Indicates that the compositing surface used by this WebLayerTreeView is ready to use.
+ // A WebLayerTreeView may request a context from its client before the surface is ready,
+ // but it won't attempt to use it.
+ WEBKIT_EXPORT void setSurfaceReady();
+
// Sets the root of the tree. The root is set by way of the constructor.
// This is typically used to explicitly set the root to null to break
// cycles.
« no previous file with comments | « Source/Platform/ChangeLog ('k') | Source/WebCore/ChangeLog » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698