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

Unified Diff: third_party/WebKit/Source/core/frame/FrameView.h

Issue 2108803006: Fix inspector overlay when use-zoom-for-dsf is enabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: plumb through frameview instead Created 4 years, 5 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: third_party/WebKit/Source/core/frame/FrameView.h
diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
index 36ab2051ea3eb462137e1218767d6dcc38f71d15..fb042b6a5a827988c736d921cd86fb3419e42227 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.h
+++ b/third_party/WebKit/Source/core/frame/FrameView.h
@@ -508,6 +508,8 @@ public:
// Functions for converting to screen coordinates.
IntRect contentsToScreen(const IntRect&) const;
+ float viewportToWindowScale() const;
dgozman 2016/07/07 00:30:09 Let's not introduce this method, it will encourage
Bret 2016/07/07 01:15:11 Done.
+
// These functions are used to enable scrollbars to avoid window resizer controls that overlap the scroll view.
// This happens only on Mac OS X 10.6.
IntRect windowResizerRect() const;

Powered by Google App Engine
This is Rietveld 408576698