summaryrefslogtreecommitdiffstats
path: root/cc/LayerChromium.h
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-24 21:14:50 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-24 21:14:50 +0000
commit1144ce1e05f903db7d87f79ea558f9bc4d9485bc (patch)
tree23b8421ed662af2e12b664aeea168696ccd0f887 /cc/LayerChromium.h
parent9ff463659e6bb4d33403b135cd6e15ef9f469507 (diff)
downloadchromium_src-1144ce1e05f903db7d87f79ea558f9bc4d9485bc.zip
chromium_src-1144ce1e05f903db7d87f79ea558f9bc4d9485bc.tar.gz
chromium_src-1144ce1e05f903db7d87f79ea558f9bc4d9485bc.tar.bz2
Revert 158362 - Support high DPI scrollbar on top level web frame.
BUG=141389 TEST=Run chrome with --force-device-scale-factor=2 --force-compositing-mode and verify that the top-level scrollbar is high dpi. Reverting: CCLayerTreeHostTestAtomicCommit.runMultiThread broke, this change was the only CC change in the blamelist. Review URL: https://chromiumcodereview.appspot.com/10909255 TBR=flackr@chromium.org Review URL: https://codereview.chromium.org/10990004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158386 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/LayerChromium.h')
-rw-r--r--cc/LayerChromium.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/cc/LayerChromium.h b/cc/LayerChromium.h
index fc7a6739..0e02cfd 100644
--- a/cc/LayerChromium.h
+++ b/cc/LayerChromium.h
@@ -232,7 +232,6 @@ public:
void setContentsScale(float);
// When true, the layer's contents are not scaled by the current page scale factor.
- // setBoundsContainPageScale recursively sets the value on all child layers.
void setBoundsContainPageScale(bool);
bool boundsContainPageScale() const { return m_boundsContainPageScale; }
@@ -274,8 +273,6 @@ protected:
void setNeedsCommit();
- IntRect layerRectToContentRect(const WebKit::WebRect& layerRect);
-
// This flag is set when layer need repainting/updating.
bool m_needsDisplay;