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

Unified Diff: cc/quads/debug_border_draw_quad.h

Issue 398533002: Make DrawQuad constructors public, rm DQ::Create() function (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: get rid of make_scoped_ptr Created 6 years, 5 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
« no previous file with comments | « cc/quads/checkerboard_draw_quad.cc ('k') | cc/quads/debug_border_draw_quad.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/quads/debug_border_draw_quad.h
diff --git a/cc/quads/debug_border_draw_quad.h b/cc/quads/debug_border_draw_quad.h
index 2bfccc4b9bc075db35eb1dc0a18fbf23cb02718f..18dd869f39aa55ae5bbb87cdad85c9d4d5becb42 100644
--- a/cc/quads/debug_border_draw_quad.h
+++ b/cc/quads/debug_border_draw_quad.h
@@ -14,7 +14,7 @@ namespace cc {
class CC_EXPORT DebugBorderDrawQuad : public DrawQuad {
public:
- static scoped_ptr<DebugBorderDrawQuad> Create();
+ DebugBorderDrawQuad();
void SetNew(const SharedQuadState* shared_quad_state,
const gfx::Rect& rect,
@@ -39,7 +39,6 @@ class CC_EXPORT DebugBorderDrawQuad : public DrawQuad {
static const DebugBorderDrawQuad* MaterialCast(const DrawQuad*);
private:
- DebugBorderDrawQuad();
virtual void ExtendValue(base::DictionaryValue* value) const OVERRIDE;
};
« no previous file with comments | « cc/quads/checkerboard_draw_quad.cc ('k') | cc/quads/debug_border_draw_quad.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698