summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/page/FrameView.h
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2011-05-16 16:35:58 +0100
committerBen Murdoch <benm@google.com>2011-05-23 18:54:14 +0100
commit6fbaea61d241814b015fd7e022796e68d8ef3e8e (patch)
tree09be7d423f6dbab5995e21265a9a54650d013a64 /Source/WebCore/page/FrameView.h
parent61f2d6a1f71aa7a52ec56b93958324b8b6de1b6a (diff)
downloadexternal_webkit-6fbaea61d241814b015fd7e022796e68d8ef3e8e.zip
external_webkit-6fbaea61d241814b015fd7e022796e68d8ef3e8e.tar.gz
external_webkit-6fbaea61d241814b015fd7e022796e68d8ef3e8e.tar.bz2
Merge WebKit at r76408: Fix conflicts.
Android.jscbindings.mk Conflict due to local addition of EntrySyncCustom.cpp and http://trac.webkit.org/changeset/76216 V8NPUtils.cpp Conflict due to local cherry pick of http://trac.webkit.org/changeset/78994 and merge of http://trac.webkit.org/changeset/76264 FrameView.h Conflict due to local addition of updatePositionedObjects() and http://trac.webkit.org/changeset/76278 RangeInputType.cpp SliderThumbElement.cpp Conflicts due to Android addition of touch handling code in slider code. See http://trac.webkit.org/changeset/76147 .gitignore - keep ours Change-Id: I38aeb361a37e7939f805c6689d7cc8fc720b3e52
Diffstat (limited to 'Source/WebCore/page/FrameView.h')
-rw-r--r--Source/WebCore/page/FrameView.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/Source/WebCore/page/FrameView.h b/Source/WebCore/page/FrameView.h
index c75aab8..e61099e 100644
--- a/Source/WebCore/page/FrameView.h
+++ b/Source/WebCore/page/FrameView.h
@@ -100,13 +100,8 @@ public:
bool needsFullRepaint() const { return m_doFullRepaint; }
-<<<<<<< HEAD
-#if PLATFORM(ANDROID)
- void updatePositionedObjects();
-=======
#if ENABLE(REQUEST_ANIMATION_FRAME)
void serviceScriptedAnimations();
->>>>>>> WebKit.org at r76408
#endif
#if USE(ACCELERATED_COMPOSITING)
@@ -121,6 +116,10 @@ public:
bool hasOverflowScroll() const { return m_hasOverflowScroll; }
#endif
+#if PLATFORM(ANDROID)
+ void updatePositionedObjects();
+#endif
+
bool hasCompositedContent() const;
bool hasCompositedContentIncludingDescendants() const;
bool hasCompositingAncestor() const;