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

Unified Diff: third_party/WebKit/Source/platform/graphics/GraphicsContext.h

Issue 2841153002: Relocate GC::DrawLineForDocumentMarker() (Closed)
Patch Set: Created 3 years, 8 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/platform/graphics/GraphicsContext.h
diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsContext.h b/third_party/WebKit/Source/platform/graphics/GraphicsContext.h
index 8e9d1c737b7c902d0e8123b530d597c632a1e4bd..9711ae460cc85bf0ac96f2b4acc28ec50a0782d8 100644
--- a/third_party/WebKit/Source/platform/graphics/GraphicsContext.h
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsContext.h
@@ -259,14 +259,6 @@ class PLATFORM_EXPORT GraphicsContext {
int to = -1);
void DrawLineForText(const FloatPoint&, float width);
- enum DocumentMarkerLineStyle {
- kDocumentMarkerSpellingLineStyle,
- kDocumentMarkerGrammarLineStyle
- };
- void DrawLineForDocumentMarker(const FloatPoint&,
- float width,
- DocumentMarkerLineStyle,
- float zoom);
// beginLayer()/endLayer() behave like save()/restore() for CTM and clip
// states. Apply SkBlendMode when the layer is composited on the backdrop

Powered by Google App Engine
This is Rietveld 408576698