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

Unified Diff: Source/WebCore/page/FrameView.cpp

Issue 13650009: Remove Dashboard support and supporting files. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix compiler error due to misspelling in code "Dashbard" Created 7 years, 9 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/WebCore/page/FrameView.h ('k') | Source/WebCore/page/Settings.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/page/FrameView.cpp
diff --git a/Source/WebCore/page/FrameView.cpp b/Source/WebCore/page/FrameView.cpp
index aede9ee9dc3cc586aa2f10bd034ad7f970e784c5..5e4bfc5eb4c5378400db7cf8f1fc5e5a4fd95c51 100644
--- a/Source/WebCore/page/FrameView.cpp
+++ b/Source/WebCore/page/FrameView.cpp
@@ -1355,7 +1355,7 @@ void FrameView::layout(bool allowSubtree)
if (AXObjectCache* cache = root->document()->existingAXObjectCache())
cache->postNotification(root, AXObjectCache::AXLayoutComplete, true);
#endif
-#if ENABLE(DASHBOARD_SUPPORT) || ENABLE(DRAGGABLE_REGION)
+#if ENABLE(DRAGGABLE_REGION)
updateAnnotatedRegions();
#endif
@@ -3146,7 +3146,7 @@ bool FrameView::scrollAnimatorEnabled() const
return false;
}
-#if ENABLE(DASHBOARD_SUPPORT) || ENABLE(DRAGGABLE_REGION)
+#if ENABLE(DRAGGABLE_REGION)
void FrameView::updateAnnotatedRegions()
{
Document* document = m_frame->document();
@@ -3491,7 +3491,7 @@ void FrameView::paintContents(GraphicsContext* p, const IntRect& rect)
m_lastPaintTime = currentTime();
// Regions may have changed as a result of the visibility/z-index of element changing.
-#if ENABLE(DASHBOARD_SUPPORT) || ENABLE(DRAGGABLE_REGION)
+#if ENABLE(DRAGGABLE_REGION)
if (document->annotatedRegionsDirty())
updateAnnotatedRegions();
#endif
« no previous file with comments | « Source/WebCore/page/FrameView.h ('k') | Source/WebCore/page/Settings.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698