Chromium Code Reviews| Index: third_party/WebKit/Source/core/css/CSSPaintImageGenerator.h |
| diff --git a/third_party/WebKit/Source/core/css/CSSPaintImageGenerator.h b/third_party/WebKit/Source/core/css/CSSPaintImageGenerator.h |
| index 2b459c6e4bcecae4e0b257820f39d82fe57d9084..ad60ed60e3389d34276ff9eab5dbc674531d3cca 100644 |
| --- a/third_party/WebKit/Source/core/css/CSSPaintImageGenerator.h |
| +++ b/third_party/WebKit/Source/core/css/CSSPaintImageGenerator.h |
| @@ -43,6 +43,7 @@ public: |
| virtual const Vector<CSSPropertyID>& nativeInvalidationProperties() const = 0; |
| virtual const Vector<AtomicString>& customInvalidationProperties() const = 0; |
| + virtual bool hasAlphaChannel() const = 0; |
|
ikilpatrick
2016/06/22 16:00:24
let's just change this to hasAlpha to be consisten
Gleb Lanbin
2016/06/22 21:23:45
Done.
|
| DEFINE_INLINE_VIRTUAL_TRACE() { } |
| }; |