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

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

Issue 1121433003: Fix mouse cursor update timer to be page-global instead of per-frame (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: bokan cr feedback Created 5 years, 8 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/layout/LayoutObject.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 56de23be178098940946a4e6883bf984d07c1272..a38d91813f5e1c44881df8ad93187cdcd86847ad 100644
--- a/Source/core/page/Chrome.h
+++ b/Source/core/page/Chrome.h
@@ -72,6 +72,7 @@ public:
void contentsSizeChanged(LocalFrame*, const IntSize&) const;
void setCursor(const Cursor&);
+ Cursor getLastSetCursorForTesting() const;
void setWindowRect(const IntRect&) const;
IntRect windowRect() const;
@@ -138,6 +139,7 @@ private:
Page* m_page;
ChromeClient* m_client;
Vector<PopupOpeningObserver*> m_popupOpeningObservers;
+ Cursor m_lastSetMouseCursorForTesting;
};
} // namespace blink
« no previous file with comments | « Source/core/layout/LayoutObject.cpp ('k') | Source/core/page/Chrome.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698