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

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

Issue 2674003002: Scalable spelling/grammar markers (Closed)
Patch Set: formatting 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/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 448c49fb7eb536c99e92d741a52b8c08cd7b920c..520eaa7a76f51310e4b17760a879402fa9a1146b 100644
--- a/third_party/WebKit/Source/platform/graphics/GraphicsContext.h
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsContext.h
@@ -47,7 +47,6 @@
#include "wtf/Noncopyable.h"
#include <memory>
-class SkBitmap;
class SkPath;
class SkRRect;
struct SkRect;
@@ -387,11 +386,6 @@ class PLATFORM_EXPORT GraphicsContext {
static inline int focusRingOffset(int offset) { return offset + 2; }
#else
static inline int focusRingOffset(int offset) { return 0; }
- static SkPMColor lineColors(int);
- static SkPMColor antiColors1(int);
- static SkPMColor antiColors2(int);
- static void draw1xMarker(SkBitmap*, int);
- static void draw2xMarker(SkBitmap*, int);
#endif
void saveLayer(const SkRect* bounds, const PaintFlags*);

Powered by Google App Engine
This is Rietveld 408576698