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

Unified Diff: cc/LayerChromium.h

Issue 10909255: Support high DPI scrollbar on top level web frame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Apply setBoundsContainPageScale recursively on LayerChromium. Created 8 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
Index: cc/LayerChromium.h
diff --git a/cc/LayerChromium.h b/cc/LayerChromium.h
index 40c6da33ea91ed977bac2aae0358ef001c36282b..22f6f0d646cf51b4456cf68ffd7a40cdf6b14727 100644
--- a/cc/LayerChromium.h
+++ b/cc/LayerChromium.h
@@ -270,6 +270,8 @@ protected:
void setNeedsCommit();
+ IntRect layerRectToContentRect(const WebKit::WebRect& layerRect);
+
// This flag is set when layer need repainting/updating.
bool m_needsDisplay;
« no previous file with comments | « cc/CCScrollbarLayerImpl.cpp ('k') | cc/LayerChromium.cpp » ('j') | cc/LayerChromium.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698