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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutObject.h

Issue 1839613002: Move LayoutObject::previousOffsetForBackwardDeletion() to editing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: replace CHECK with DCHECK Created 4 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
Index: third_party/WebKit/Source/core/layout/LayoutObject.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h
index e331b41544265c8e67b4ac98b9c8975b54e66346..ed341bf61e8dbea5cef5ea6de72fd235d6b65003 100644
--- a/third_party/WebKit/Source/core/layout/LayoutObject.h
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
@@ -1223,9 +1223,7 @@ public:
virtual int caretMinOffset() const;
virtual int caretMaxOffset() const;
- virtual int previousOffsetForBackwardDeletion(int current) const;
-
- // ImageResourceObserver override.
+ // ImageResourceClient override.
void imageChanged(ImageResource*, const IntRect* = nullptr) final;
bool willRenderImage() final;
bool getImageAnimationPolicy(ImageAnimationPolicy&) final;

Powered by Google App Engine
This is Rietveld 408576698