Index: Source/platform/graphics/GraphicsContext.h |
diff --git a/Source/platform/graphics/GraphicsContext.h b/Source/platform/graphics/GraphicsContext.h |
index 17a03166bca364f1c9c74ccd76028d6203f764d7..47e25ac0f53da9f52c7ea77ee18d6d07cfd834f1 100644 |
--- a/Source/platform/graphics/GraphicsContext.h |
+++ b/Source/platform/graphics/GraphicsContext.h |
@@ -320,7 +320,7 @@ public: |
// It is assumed that this draw looper is used only for shadows |
// (i.e. a draw looper is set if and only if there is a shadow). |
- void setDrawLooper(const DrawLooper&); |
+ void setDrawLooper(DrawLooper&); |
jbroman
2014/02/24 15:23:33
Passing a non-const reference here seems odd. Espe
|
void clearDrawLooper(); |
void drawFocusRing(const Vector<IntRect>&, int width, int offset, const Color&); |