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

Unified Diff: third_party/WebKit/Source/core/dom/Document.h

Issue 2665823002: Invalidate caret during paint invalidation (Closed)
Patch Set: NeedsRebaseline Created 3 years, 10 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/dom/Document.h
diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
index fcfb3ff26bf8ce2963edfe47902cd6ecdae24555..0ed30f7f6a118dc3adb15e81e17427bd4be35319 100644
--- a/third_party/WebKit/Source/core/dom/Document.h
+++ b/third_party/WebKit/Source/core/dom/Document.h
@@ -81,7 +81,6 @@ class Attr;
class CDATASection;
class CSSStyleSheet;
class CanvasFontCache;
-class CharacterData;
class ChromeClient;
class CompositorPendingAnimations;
class Comment;
@@ -752,8 +751,6 @@ class CORE_EXPORT Document : public ContainerNode,
void nodeChildrenWillBeRemoved(ContainerNode&);
// nodeWillBeRemoved is only safe when removing one node at a time.
void nodeWillBeRemoved(Node&);
- // Called just before a destructive update to some CharacterData.
- void dataWillChange(const CharacterData&);
bool canAcceptChild(const Node& newChild,
const Node* oldChild,
ExceptionState&) const;
« no previous file with comments | « third_party/WebKit/Source/core/dom/CharacterData.cpp ('k') | third_party/WebKit/Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698