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

Unified Diff: cc/output/renderer.h

Issue 151093005: cc: Update Main RendererCapabilities on DeferredInitialize (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: with tests Created 6 years, 10 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/output/renderer.h
diff --git a/cc/output/renderer.h b/cc/output/renderer.h
index 4b4eebdbc559f32f6a2b9287fff256b6f4c117fa..c58f778ca41465c01ae62c7aaf1bae9fede6409f 100644
--- a/cc/output/renderer.h
+++ b/cc/output/renderer.h
@@ -35,6 +35,7 @@ struct RendererCapabilitiesImpl {
bool using_discard_framebuffer;
RendererCapabilities MainThreadCapabilities() const;
+ bool Equals(const RendererCapabilities& main_caps) const;
};
class CC_EXPORT RendererClient {

Powered by Google App Engine
This is Rietveld 408576698