git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Source/WebCore: Updating mouse cursor on style changes without emitting fake mousemov...
[WebKit-https.git]
/
Source
/
WebCore
/
page
/
FrameView.h
diff --git
a/Source/WebCore/page/FrameView.h
b/Source/WebCore/page/FrameView.h
index
bba3bae
..
2950410
100644
(file)
--- a/
Source/WebCore/page/FrameView.h
+++ b/
Source/WebCore/page/FrameView.h
@@
-340,6
+340,7
@@
public:
static void setRepaintThrottlingDeferredRepaintDelayIncrementDuringLoading(double p);
virtual IntPoint lastKnownMousePosition() const;
+ bool shouldSetCursor() const;
virtual bool scrollbarsCanBeActive() const OVERRIDE;