| Index: cc/layers/picture_layer_impl.h
|
| diff --git a/cc/layers/picture_layer_impl.h b/cc/layers/picture_layer_impl.h
|
| index 397cb623bbd0e82428799117c980d41dcdea18b0..2cf03afce47441b7128010a51f2966a5506c81c5 100644
|
| --- a/cc/layers/picture_layer_impl.h
|
| +++ b/cc/layers/picture_layer_impl.h
|
| @@ -81,6 +81,7 @@ class CC_EXPORT PictureLayerImpl
|
| const PictureLayerTilingSet* pending_set);
|
| bool UpdateTiles(bool resourceless_software_draw);
|
| void UpdateCanUseLCDTextAfterCommit();
|
| + void UpdateViewportAfterCommit();
|
| bool RasterSourceUsesLCDText() const;
|
|
|
| // Mask-related functions.
|
|
|