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

Unified Diff: third_party/WebKit/Source/core/editing/EditingUtilities.h

Issue 2772203002: Move EditingUtilities::isNodeVisiblyContainedWithin() to CompositeEditCommand (Closed)
Patch Set: Created 3 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/editing/EditingUtilities.h
diff --git a/third_party/WebKit/Source/core/editing/EditingUtilities.h b/third_party/WebKit/Source/core/editing/EditingUtilities.h
index b4505d04be5767bb4d276fab831df0481e7c8d88..567aeaa3eec52927290378b60d571b5e740bdb96 100644
--- a/third_party/WebKit/Source/core/editing/EditingUtilities.h
+++ b/third_party/WebKit/Source/core/editing/EditingUtilities.h
@@ -63,10 +63,10 @@ class Element;
class HTMLElement;
class HTMLSpanElement;
class Node;
-class Range;
// This file contains a set of helper functions used by the editing commands
+bool needsLayoutTreeUpdate(const Node&);
CORE_EXPORT bool needsLayoutTreeUpdate(const Position&);
CORE_EXPORT bool needsLayoutTreeUpdate(const PositionInFlatTree&);
@@ -185,7 +185,6 @@ bool isHTMLListElement(Node*);
bool isListItem(const Node*);
bool isPresentationalHTMLElement(const Node*);
bool isNodeRendered(const Node&);
-bool isNodeVisiblyContainedWithin(Node&, const Range&);
bool isRenderedAsNonInlineTableImageOrHR(const Node*);
// Returns true if specified nodes are elements, have identical tag names,
// have identical attributes, and are editable.

Powered by Google App Engine
This is Rietveld 408576698