Index: cc/layers/picture_layer.h |
diff --git a/cc/layers/picture_layer.h b/cc/layers/picture_layer.h |
index 01a37a3018e121e4158168564ecc90a592fbbd15..04c5f8fe2a837e1ea5c5d35961a7fdee54b5ea06 100644 |
--- a/cc/layers/picture_layer.h |
+++ b/cc/layers/picture_layer.h |
@@ -50,9 +50,12 @@ class CC_EXPORT PictureLayer : public Layer { |
~PictureLayer() override; |
bool HasDrawableContent() const override; |
- bool UpdateCanUseLCDText(); |
+ |
+ bool is_mask() const { return is_mask_; } |
private: |
+ bool UpdateCanUseLCDText(); |
+ |
ContentLayerClient* client_; |
scoped_ptr<RecordingSource> recording_source_; |
devtools_instrumentation:: |