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

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: Only apply page scale factor to layers within and including root scroll layer. 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 fed90bf10f7ba1fbb791c6b19b10e2ffa7dd5262..2a8b14d4c1717da0cd82f75dd9ad8da2468979ac 100644
--- a/cc/LayerChromium.h
+++ b/cc/LayerChromium.h
@@ -264,6 +264,8 @@ protected:
void setNeedsCommit();
+ IntRect layerRectToContentRect(const WebKit::WebRect& layerRect);
+
// This flag is set when layer need repainting/updating.
bool m_needsDisplay;
« cc/CCLayerTreeHost.cpp ('K') | « cc/CCScrollbarLayerImpl.cpp ('k') | cc/LayerChromium.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698