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

Unified Diff: gpu/skia_runner/in_process_graphics_system.h

Issue 1183513006: Revert of gpu: play skp files through the command buffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 | « gpu/skia_runner/DEPS ('k') | gpu/skia_runner/in_process_graphics_system.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/skia_runner/in_process_graphics_system.h
diff --git a/gpu/skia_runner/in_process_graphics_system.h b/gpu/skia_runner/in_process_graphics_system.h
deleted file mode 100644
index a2366ccc702658235f99b2587fdbad698eb5b1f1..0000000000000000000000000000000000000000
--- a/gpu/skia_runner/in_process_graphics_system.h
+++ /dev/null
@@ -1,29 +0,0 @@
-// Copyright (c) 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "base/memory/scoped_ptr.h"
-#include "gpu/command_buffer/client/gl_in_process_context.h"
-#include "skia/ext/refptr.h"
-#include "third_party/skia/include/core/SkPicture.h"
-#include "third_party/skia/include/gpu/GrContext.h"
-
-namespace skia_runner {
-
-class InProcessGraphicsSystem {
- public:
- InProcessGraphicsSystem();
- ~InProcessGraphicsSystem();
-
- bool IsSuccessfullyInitialized() const;
- skia::RefPtr<GrContext> GetGrContext() const { return gr_context_; }
- int GetMaxTextureSize() const;
-
- private:
- scoped_ptr<gpu::GLInProcessContext> CreateInProcessContext() const;
-
- scoped_ptr<gpu::GLInProcessContext> in_process_context_;
- skia::RefPtr<GrContext> gr_context_;
-};
-
-} // namespace skia_runner
« no previous file with comments | « gpu/skia_runner/DEPS ('k') | gpu/skia_runner/in_process_graphics_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698