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

Unified Diff: public/platform/WebLayerTreeView.h

Issue 1314543009: Remove WebLayerTreeView::deviceViewportSize(), nothing uses it. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebLayerTreeView.h
diff --git a/public/platform/WebLayerTreeView.h b/public/platform/WebLayerTreeView.h
index 67a11e23a4c616277f53bd5869a5f127bdabf88c..4bbdb237792ca8b1d24c596c7d329b061866c2ba 100644
--- a/public/platform/WebLayerTreeView.h
+++ b/public/platform/WebLayerTreeView.h
@@ -63,8 +63,6 @@ public:
// View properties ---------------------------------------------------
virtual void setViewportSize(const WebSize& deviceViewportSize) { }
- // Gives the viewport size in physical device pixels.
- virtual WebSize deviceViewportSize() const { return WebSize(); }
virtual void setDeviceScaleFactor(float) { }
virtual float deviceScaleFactor() const { return 0; }
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698