commit | 847b8a76e4db2b92fef928dedd6afd2bd935add2 | [log] [tgz] |
---|---|---|
author | ajuma <ajuma@chromium.org> | Mon Jan 16 18:12:16 2017 |
committer | Commit bot <commit-bot@chromium.org> | Mon Jan 16 18:12:16 2017 |
tree | f5c6c9ea9bc67a66e97342aa1c49991acae3911d | |
parent | 48e70529c038713fe0b2ddd21d555a2791f95071 [diff] |
cc: Remove calls to owning_layer_->id() in RenderSurfaceImpl This replaces calls to owning_layer_->id() with calls to id(), which currently happens to have the same value so there's no behavior change. This is a step towards removing RenderSurfaceImpl's dependency on an owning LayerImpl. BUG=679842 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel Review-Url: https://codereview.chromium.org/2635623002 Cr-Commit-Position: refs/heads/master@{#443922}