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

Unified Diff: content/renderer/gpu/render_widget_compositor.h

Issue 1412663005: Introduce painted-device-scale-factor and use it when --enable-use-zoom-for-dsf is specified. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: content/renderer/gpu/render_widget_compositor.h
diff --git a/content/renderer/gpu/render_widget_compositor.h b/content/renderer/gpu/render_widget_compositor.h
index ee101bb610df5f193a16638a355d28bcda56e73c..881d6bf93e02d11fa24200d24331fc07b22e41cf 100644
--- a/content/renderer/gpu/render_widget_compositor.h
+++ b/content/renderer/gpu/render_widget_compositor.h
@@ -89,9 +89,6 @@ class CONTENT_EXPORT RenderWidgetCompositor
blink::WebCompositorAnimationTimeline* compositor_timeline) override;
void detachCompositorAnimationTimeline(
blink::WebCompositorAnimationTimeline* compositor_timeline) override;
- virtual void setViewportSize(
- const blink::WebSize& unused_deprecated,
- const blink::WebSize& device_viewport_size);
void setViewportSize(const blink::WebSize& device_viewport_size) override;
virtual blink::WebFloatPoint adjustEventPointForPinchZoom(
const blink::WebFloatPoint& point) const;

Powered by Google App Engine
This is Rietveld 408576698