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

Unified Diff: src/gpu/GrCommandBuilder.h

Issue 1261033002: Rename GrInOrderDrawBuffer to GrBufferedDrawTarget (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: renames Created 5 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 | « src/gpu/GrClipMaskManager.cpp ('k') | src/gpu/GrContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/GrCommandBuilder.h
diff --git a/src/gpu/GrCommandBuilder.h b/src/gpu/GrCommandBuilder.h
index a94a439dcd2ce6aa514b645cef84e57f5077def9..c709586d4886f790816a968b0aeea9a2d72b4722 100644
--- a/src/gpu/GrCommandBuilder.h
+++ b/src/gpu/GrCommandBuilder.h
@@ -10,7 +10,7 @@
#include "GrTargetCommands.h"
-class GrInOrderDrawBuffer;
+class GrBufferedDrawTarget;
class GrCommandBuilder : ::SkNoncopyable {
public:
@@ -22,7 +22,7 @@ public:
virtual ~GrCommandBuilder() {}
void reset() { fCommands.reset(); }
- void flush(GrInOrderDrawBuffer* iodb) { fCommands.flush(iodb); }
+ void flush(GrBufferedDrawTarget* bufferedDrawTarget) { fCommands.flush(bufferedDrawTarget); }
virtual Cmd* recordClearStencilClip(const SkIRect& rect,
bool insideClip,
@@ -39,7 +39,7 @@ public:
const GrPath*,
const GrStencilSettings&) = 0;
virtual Cmd* recordDrawPaths(State*,
- GrInOrderDrawBuffer*,
+ GrBufferedDrawTarget*,
const GrPathProcessor*,
const GrPathRange*,
const void*,
« no previous file with comments | « src/gpu/GrClipMaskManager.cpp ('k') | src/gpu/GrContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698