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

Unified Diff: ui/gl/async_pixel_transfer_delegate_android.h

Issue 11428140: gpu: Add async pixel transfer interface, stub and tests. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Added memory dup/mmap Created 8 years 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
Index: ui/gl/async_pixel_transfer_delegate_android.h
diff --git a/sync/api/sync_change_processor.cc b/ui/gl/async_pixel_transfer_delegate_android.h
similarity index 61%
copy from sync/api/sync_change_processor.cc
copy to ui/gl/async_pixel_transfer_delegate_android.h
index 4a0607e07f4349d9f06818e36b2a5b579b95a73b..4534b408c2e7d38fb52d6482877e7604ab725dc3 100644
--- a/sync/api/sync_change_processor.cc
+++ b/ui/gl/async_pixel_transfer_delegate_android.h
@@ -2,12 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "sync/api/sync_change_processor.h"
+#ifndef UI_GL_ASYNC_TASK_DELEGATE_ANDROID_H_
+#define UI_GL_ASYNC_TASK_DELEGATE_ANDROID_H_
-namespace syncer {
+namespace gfx {
+} // namespace gfx
-SyncChangeProcessor::SyncChangeProcessor() {}
-
-SyncChangeProcessor::~SyncChangeProcessor() {}
-
-} // namespace syncer
+#endif // UI_GL_ASYNC_TASK_DELEGATE_ANDROID_H_

Powered by Google App Engine
This is Rietveld 408576698