diff options
author | danakj <danakj@chromium.org> | 2014-09-15 15:25:34 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-15 22:30:41 +0000 |
commit | 9f825516164d5520a5c245ad247c395aeaca6caf (patch) | |
tree | 437eabdd5172ca8b41ce7fffcd8ec289dd1e6a03 /cc/layers/tiled_layer_impl.h | |
parent | a0e92b0829a31efaa403709216db696a4614e228 (diff) | |
download | chromium_src-9f825516164d5520a5c245ad247c395aeaca6caf.zip chromium_src-9f825516164d5520a5c245ad247c395aeaca6caf.tar.gz chromium_src-9f825516164d5520a5c245ad247c395aeaca6caf.tar.bz2 |
cc: Remove the opaque rect return-parameter from ContentLayerClient.
This parameter is not used with impl-side painting, and blink is the
only embedder of blink that sets this value.
Since blink is always impl-side painting now, we can just remove it.
R=nduca, vmpstr
BUG=413479
Review URL: https://codereview.chromium.org/565043002
Cr-Commit-Position: refs/heads/master@{#294902}
Diffstat (limited to 'cc/layers/tiled_layer_impl.h')
-rw-r--r-- | cc/layers/tiled_layer_impl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cc/layers/tiled_layer_impl.h b/cc/layers/tiled_layer_impl.h index b45b733..4c1459e 100644 --- a/cc/layers/tiled_layer_impl.h +++ b/cc/layers/tiled_layer_impl.h @@ -39,7 +39,6 @@ class CC_EXPORT TiledLayerImpl : public LayerImpl { void PushTileProperties(int i, int j, ResourceProvider::ResourceId resource, - const gfx::Rect& opaque_rect, bool contents_swizzled); void PushInvalidTile(int i, int j); |