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

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

Issue 1824143003: [All-In-One] Introduce BackspaceStateMachine (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased to HEAD 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 032c868d381d8afc027e99177649b90c23547033..c64e6f6e3aecb457ab8db365d088e0ef89aac89a 100644
--- a/third_party/WebKit/Source/core/layout/LayoutObject.h
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
@@ -1224,8 +1224,6 @@ public:
virtual int caretMinOffset() const;
virtual int caretMaxOffset() const;
- virtual int previousOffsetForBackwardDeletion(int current) const;
-
// ImageResourceClient override.
void imageChanged(ImageResource*, const IntRect* = nullptr) final;
bool willRenderImage(ImageResource*) final;

Powered by Google App Engine
This is Rietveld 408576698