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

Unified Diff: src/gpu/GrReorderCommandBuilder.h

Issue 1315513008: Cleanup GrDrawTarget now that all paths lead to GrBatch (Closed) Base URL: https://skia.googlesource.com/skia.git@patharray
Patch Set: remove change to SampleApp.cpp Created 5 years, 3 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/GrInOrderCommandBuilder.cpp ('k') | src/gpu/GrReorderCommandBuilder.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/GrReorderCommandBuilder.h
diff --git a/src/gpu/GrReorderCommandBuilder.h b/src/gpu/GrReorderCommandBuilder.h
deleted file mode 100644
index 4670f1b17683c39796bc1e487e7b460eddb604c9..0000000000000000000000000000000000000000
--- a/src/gpu/GrReorderCommandBuilder.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * Copyright 2015 Google Inc.
- *
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-#ifndef GrReorderCommandBuilder_DEFINED
-#define GrReorderCommandBuilder_DEFINED
-
-#include "GrCommandBuilder.h"
-
-class GrReorderCommandBuilder : public GrCommandBuilder {
-public:
- typedef GrCommandBuilder::Cmd Cmd;
-
- GrReorderCommandBuilder() : INHERITED() {}
-
- Cmd* recordDrawBatch(GrBatch*, const GrCaps&) override;
-
-private:
- typedef GrCommandBuilder INHERITED;
-};
-
-#endif
« no previous file with comments | « src/gpu/GrInOrderCommandBuilder.cpp ('k') | src/gpu/GrReorderCommandBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698