summaryrefslogtreecommitdiffstats
path: root/cc/scrollbar_geometry_fixed_thumb.h
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-05 17:17:34 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-05 17:17:34 +0000
commitcf817fb1eddd3ab76b074029739828c4072b567b (patch)
treea0b699950f8538305df7b420406b8d7a821768cb /cc/scrollbar_geometry_fixed_thumb.h
parent3c6aa86510b3724b6c3c83c090f22775f8d4fa0e (diff)
downloadchromium_src-cf817fb1eddd3ab76b074029739828c4072b567b.zip
chromium_src-cf817fb1eddd3ab76b074029739828c4072b567b.tar.gz
chromium_src-cf817fb1eddd3ab76b074029739828c4072b567b.tar.bz2
Revert "cc: Remove all remaining use of WebCore Rect/Point/Size types from the compositor."
This reverts commit a76cb24ab8de742f70b83f6c045c2c23545eaae7. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165949 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/scrollbar_geometry_fixed_thumb.h')
-rw-r--r--cc/scrollbar_geometry_fixed_thumb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/scrollbar_geometry_fixed_thumb.h b/cc/scrollbar_geometry_fixed_thumb.h
index 1480372..1deed9d 100644
--- a/cc/scrollbar_geometry_fixed_thumb.h
+++ b/cc/scrollbar_geometry_fixed_thumb.h
@@ -5,9 +5,9 @@
#ifndef CC_SCROLLBAR_GEOMETRY_FIXED_THUMB_H_
#define CC_SCROLLBAR_GEOMETRY_FIXED_THUMB_H_
+#include "IntSize.h"
#include "cc/cc_export.h"
#include "cc/scrollbar_geometry_stub.h"
-#include "ui/gfx/size.h"
namespace cc {
@@ -32,7 +32,7 @@ public:
private:
explicit ScrollbarGeometryFixedThumb(scoped_ptr<WebKit::WebScrollbarThemeGeometry>);
- gfx::Size m_thumbSize;
+ IntSize m_thumbSize;
};
}