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

Unified Diff: cc/resources/software_rasterizer.cc

Issue 1063493002: cc: Remove all traces of synchronous GPU rasterization (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 9 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/resources/software_rasterizer.h ('k') | cc/resources/tile_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/software_rasterizer.cc
diff --git a/cc/resources/software_rasterizer.cc b/cc/resources/software_rasterizer.cc
deleted file mode 100644
index 6060e9e11e4870dd655a905278e95d5235616426..0000000000000000000000000000000000000000
--- a/cc/resources/software_rasterizer.cc
+++ /dev/null
@@ -1,30 +0,0 @@
-// Copyright 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 "cc/resources/software_rasterizer.h"
-
-namespace cc {
-
-scoped_ptr<SoftwareRasterizer> SoftwareRasterizer::Create() {
- return make_scoped_ptr<SoftwareRasterizer>(new SoftwareRasterizer());
-}
-
-SoftwareRasterizer::SoftwareRasterizer() {
-}
-
-SoftwareRasterizer::~SoftwareRasterizer() {
-}
-
-PrepareTilesMode SoftwareRasterizer::GetPrepareTilesMode() {
- return PrepareTilesMode::RASTERIZE_PRIORITIZED_TILES;
-}
-
-void SoftwareRasterizer::RasterizeTiles(
- const TileVector& tiles,
- ResourcePool* resource_pool,
- ResourceFormat resource_format,
- const UpdateTileDrawInfoCallback& update_tile_draw_info) {
-}
-
-} // namespace cc
« no previous file with comments | « cc/resources/software_rasterizer.h ('k') | cc/resources/tile_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698