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

Unified Diff: Source/core/page/Chrome.h

Issue 879913003: Use IntRect instead of FloatRect for window positions and sizes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: added FIXME comments Created 5 years, 11 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
« no previous file with comments | « Source/core/loader/FrameLoader.cpp ('k') | Source/core/page/Chrome.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Chrome.h
diff --git a/Source/core/page/Chrome.h b/Source/core/page/Chrome.h
index 2be6a328ce9e1fea21a9d798d63df1aabd1d55a9..29119ed715a5fa6cfec6f79133d0efb2b5724071 100644
--- a/Source/core/page/Chrome.h
+++ b/Source/core/page/Chrome.h
@@ -37,7 +37,6 @@ class ColorChooserClient;
class DateTimeChooser;
class DateTimeChooserClient;
class FileChooser;
-class FloatRect;
class LocalFrame;
class HTMLInputElement;
class HitTestResult;
@@ -73,10 +72,10 @@ public:
void setCursor(const Cursor&);
- void setWindowRect(const FloatRect&) const;
- FloatRect windowRect() const;
+ void setWindowRect(const IntRect&) const;
+ IntRect windowRect() const;
- FloatRect pageRect() const;
+ IntRect pageRect() const;
void focus() const;
« no previous file with comments | « Source/core/loader/FrameLoader.cpp ('k') | Source/core/page/Chrome.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698