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

Unified Diff: webkit/compositor_bindings/web_layer_impl.h

Issue 12902002: Remove WebVideoFrame, WebVideoFrameProvider, and WebVideoLayer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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: webkit/compositor_bindings/web_layer_impl.h
diff --git a/webkit/compositor_bindings/web_layer_impl.h b/webkit/compositor_bindings/web_layer_impl.h
index e7252b01d37b3fc1f0e8f7daa965dcd7395393fa..e30adaf106c853c19fcca6b1f3d78c62d159a172 100644
--- a/webkit/compositor_bindings/web_layer_impl.h
+++ b/webkit/compositor_bindings/web_layer_impl.h
@@ -113,6 +113,7 @@ class WebLayerImpl : public WebKit::WebLayer {
virtual void setFixedToContainerLayer(bool is_fixed);
virtual bool fixedToContainerLayer() const;
virtual void setScrollClient(WebKit::WebLayerScrollClient* client);
+ virtual bool isOrphan() const;
protected:
scoped_refptr<cc::Layer> layer_;

Powered by Google App Engine
This is Rietveld 408576698