diff options
author | enne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-08 16:44:54 +0000 |
---|---|---|
committer | enne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-08 16:44:54 +0000 |
commit | a84325531ab23c2ea917109df6bfb476bd99c242 (patch) | |
tree | e6d6688918bae6053d689e55aaf6aeba12cdcc6f /cc/texture_layer.h | |
parent | e4e887374a5cb0713127dc86f55155a892b979f1 (diff) | |
download | chromium_src-a84325531ab23c2ea917109df6bfb476bd99c242.zip chromium_src-a84325531ab23c2ea917109df6bfb476bd99c242.tar.gz chromium_src-a84325531ab23c2ea917109df6bfb476bd99c242.tar.bz2 |
cc: Add a blocksPendingCommit flag to LayerImpl
This can't get used yet until we have a pending->active tree commit, but I
wanted to land the flag on layers first so that we could argue about the name.
R=nduca@chromium.org
BUG=164993
Review URL: https://chromiumcodereview.appspot.com/11475054
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171974 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/texture_layer.h')
-rw-r--r-- | cc/texture_layer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/texture_layer.h b/cc/texture_layer.h index b77ebb0..54dd577 100644 --- a/cc/texture_layer.h +++ b/cc/texture_layer.h @@ -53,6 +53,7 @@ public: virtual bool drawsContent() const OVERRIDE; virtual void update(ResourceUpdateQueue&, const OcclusionTracker*, RenderingStats&) OVERRIDE; virtual void pushPropertiesTo(LayerImpl*) OVERRIDE; + virtual bool blocksPendingCommit() const OVERRIDE; protected: explicit TextureLayer(TextureLayerClient*); |