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

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

Issue 2906273002: Make LayoutSelection::SetSelection() local (Closed)
Patch Set: nit Created 3 years, 7 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/LayoutSelection.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/editing/LayoutSelection.h
diff --git a/third_party/WebKit/Source/core/editing/LayoutSelection.h b/third_party/WebKit/Source/core/editing/LayoutSelection.h
index 7005099327dad10716a60144cb4403e5f6933b65..253275660843da4575402697e35a0a9115120ecc 100644
--- a/third_party/WebKit/Source/core/editing/LayoutSelection.h
+++ b/third_party/WebKit/Source/core/editing/LayoutSelection.h
@@ -78,13 +78,7 @@ class LayoutSelection final : public GarbageCollected<LayoutSelection> {
IntRect SelectionBounds();
void InvalidatePaintForSelection();
- enum SelectionPaintInvalidationMode {
- kPaintInvalidationNewXOROld,
- kPaintInvalidationNewMinusOld
- };
- void SetSelection(
- const SelectionPaintRange&,
- SelectionPaintInvalidationMode = kPaintInvalidationNewXOROld);
+
void ClearSelection();
std::pair<int, int> SelectionStartEnd();
void OnDocumentShutdown();
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/LayoutSelection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698