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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutBlock.cpp

Issue 1969103002: Move updateDragState() override to LayoutBlockFlow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
Index: third_party/WebKit/Source/core/layout/LayoutBlock.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlock.cpp b/third_party/WebKit/Source/core/layout/LayoutBlock.cpp
index 3ffdbf593d9bb5b899879a63de1b065692731c5a..5db432e158c810407d209929edaaaa531004da00 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBlock.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutBlock.cpp
@@ -1947,13 +1947,6 @@ LayoutBlockFlow* LayoutBlock::nearestInnerBlockWithFirstLine()
return nullptr;
}
-void LayoutBlock::updateDragState(bool dragOn)
-{
- LayoutBox::updateDragState(dragOn);
- if (LayoutBoxModelObject* continuation = this->continuation())
- continuation->updateDragState(dragOn);
-}
-
void LayoutBlock::childBecameNonInline(LayoutObject*)
{
makeChildrenNonInline();
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutBlock.h ('k') | third_party/WebKit/Source/core/layout/LayoutBlockFlow.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698