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

Unified Diff: sky/viewer/cc/web_layer_impl.h

Issue 686653002: Remove a bunch of fixed position dead code. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « sky/engine/public/platform/WebLayerPositionConstraint.h ('k') | sky/viewer/cc/web_layer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/viewer/cc/web_layer_impl.h
diff --git a/sky/viewer/cc/web_layer_impl.h b/sky/viewer/cc/web_layer_impl.h
index 41bc80132189f7a4210e15fb958a59227f04db17..f43f6697351a740e0c18e8a28b70675b8cee4c29 100644
--- a/sky/viewer/cc/web_layer_impl.h
+++ b/sky/viewer/cc/web_layer_impl.h
@@ -125,9 +125,6 @@ class WebLayerImpl : public blink::WebLayer, public cc::LayerClient {
virtual blink::WebVector<blink::WebRect> touchEventHandlerRegion() const;
virtual void setIsContainerForFixedPositionLayers(bool is_container);
virtual bool isContainerForFixedPositionLayers() const;
- virtual void setPositionConstraint(
- const blink::WebLayerPositionConstraint& constraint);
- virtual blink::WebLayerPositionConstraint positionConstraint() const;
virtual void setScrollClient(blink::WebLayerScrollClient* client);
virtual bool isOrphan() const;
virtual void setWebLayerClient(blink::WebLayerClient* client);
« no previous file with comments | « sky/engine/public/platform/WebLayerPositionConstraint.h ('k') | sky/viewer/cc/web_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698