Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(558)

Unified Diff: cc/layers/layer_impl.h

Issue 404563005: Make RenderPass::Id an isolated class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: cc/layers/layer_impl.h
diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
index b09cb3f4970792d56829a9899dcd48d048450527..3109ee6b14a3ede71d0fb7466e83c8f250203597 100644
--- a/cc/layers/layer_impl.h
+++ b/cc/layers/layer_impl.h
@@ -199,8 +199,8 @@ class CC_EXPORT LayerImpl : public LayerAnimationValueObserver,
virtual bool HasDelegatedContent() const;
virtual bool HasContributingDelegatedRenderPasses() const;
- virtual RenderPass::Id FirstContributingRenderPassId() const;
- virtual RenderPass::Id NextContributingRenderPassId(RenderPass::Id id) const;
+ virtual RenderPassId FirstContributingRenderPassId() const;
+ virtual RenderPassId NextContributingRenderPassId(RenderPassId id) const;
virtual void UpdateTiles(
const OcclusionTracker<LayerImpl>* occlusion_tracker) {}

Powered by Google App Engine
This is Rietveld 408576698