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

Unified Diff: cc/resources/raster_buffer.cc

Issue 562833004: cc: Move RasterBuffer implementations from ResourceProvider to RasterWorkerPool implementations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase and fix gpu raster issue Created 6 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 | « cc/resources/raster_buffer.h ('k') | cc/resources/raster_worker_pool.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/raster_buffer.cc
diff --git a/media/base/browser_cdm.cc b/cc/resources/raster_buffer.cc
similarity index 55%
copy from media/base/browser_cdm.cc
copy to cc/resources/raster_buffer.cc
index 2c44e1652ad09cf59125a471c051a86609347325..8f5671720e386ef03d7bea099ab3ce6164dcacd8 100644
--- a/media/base/browser_cdm.cc
+++ b/cc/resources/raster_buffer.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "media/base/browser_cdm.h"
+#include "cc/resources/raster_buffer.h"
-namespace media {
+namespace cc {
-BrowserCdm::BrowserCdm() {
+RasterBuffer::RasterBuffer() {
}
-BrowserCdm::~BrowserCdm() {
+RasterBuffer::~RasterBuffer() {
}
-} // namespace media
+} // namespace cc
« no previous file with comments | « cc/resources/raster_buffer.h ('k') | cc/resources/raster_worker_pool.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698