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

Unified Diff: sky/engine/core/editing/Editor.h

Issue 780443002: Remove dead code from EditingStyle. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: try again Created 6 years 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
« no previous file with comments | « sky/engine/core/editing/EditingStyle.cpp ('k') | sky/engine/core/editing/Editor.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/editing/Editor.h
diff --git a/sky/engine/core/editing/Editor.h b/sky/engine/core/editing/Editor.h
index 9cb39436cc3278270cb328d1d69efb823c0cb08c..cd7dc03e90f7ef6189cc8229b6685ef16ef1fad4 100644
--- a/sky/engine/core/editing/Editor.h
+++ b/sky/engine/core/editing/Editor.h
@@ -101,10 +101,6 @@ public:
void respondToChangedContents(const VisibleSelection& endingSelection);
- bool selectionStartHasStyle(CSSPropertyID, const String& value) const;
- TriState selectionHasStyle(CSSPropertyID, const String& value) const;
- String selectionStartCSSPropertyValue(CSSPropertyID);
-
void clearLastEditCommand();
bool deleteWithDirection(SelectionDirection, TextGranularity, bool isTypingAction);
« no previous file with comments | « sky/engine/core/editing/EditingStyle.cpp ('k') | sky/engine/core/editing/Editor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698