Index: ui/gfx/canvas.h |
diff --git a/ui/gfx/canvas.h b/ui/gfx/canvas.h |
index 9467b9c5bdf4a10dd70afdbdf170367f87f96770..05c84236ece424545ecc564b2281b16fbbdda968 100644 |
--- a/ui/gfx/canvas.h |
+++ b/ui/gfx/canvas.h |
@@ -201,8 +201,9 @@ class GFX_EXPORT Canvas { |
// Adds |rect| to the current clip. |
void ClipRect(const Rect& rect); |
- // Adds |path| to the current clip. |
- void ClipPath(const SkPath& path); |
+ // Adds |path| to the current clip. |do_anti_alias| is true if the clip |
+ // should be antialiased. |
+ void ClipPath(const SkPath& path, bool do_anti_alias); |
// Returns true if the current clip is empty. |
bool IsClipEmpty() const; |