| Index: third_party/WebKit/Source/platform/mac/LocalCurrentGraphicsContext.h
|
| diff --git a/third_party/WebKit/Source/platform/mac/LocalCurrentGraphicsContext.h b/third_party/WebKit/Source/platform/mac/LocalCurrentGraphicsContext.h
|
| index 956d1792063cbb83c91a6ab85fd9bb865284322e..ee699a1d339fd3cb8ff80238cdce5af0cf40b796 100644
|
| --- a/third_party/WebKit/Source/platform/mac/LocalCurrentGraphicsContext.h
|
| +++ b/third_party/WebKit/Source/platform/mac/LocalCurrentGraphicsContext.h
|
| @@ -36,9 +36,7 @@ class PLATFORM_EXPORT LocalCurrentGraphicsContext {
|
| WTF_MAKE_NONCOPYABLE(LocalCurrentGraphicsContext);
|
| public:
|
| LocalCurrentGraphicsContext(GraphicsContext&, const IntRect& dirtyRect);
|
| - // Allows specifying an interest rect to which we clip if slimming paint is enabled and performance would benefit.
|
| - LocalCurrentGraphicsContext(GraphicsContext&, const IntRect* interestRect, const IntRect& dirtyRect);
|
| - LocalCurrentGraphicsContext(SkCanvas*, float deviceScaleFactor, const IntRect* interestRect, const IntRect& dirtyRect);
|
| + LocalCurrentGraphicsContext(SkCanvas*, float deviceScaleFactor, const IntRect& dirtyRect);
|
| ~LocalCurrentGraphicsContext();
|
| CGContextRef cgContext();
|
| private:
|
|
|