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

Unified Diff: blimp/client/core/compositor/blob_image_serialization_processor.h

Issue 2160363002: Move ImageSerializationProcessor code to blimp/client/core (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@split-blimp-client-core
Patch Set: fix public_deps for //blimp/test Created 4 years, 5 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
Index: blimp/client/core/compositor/blob_image_serialization_processor.h
diff --git a/blimp/client/feature/compositor/blob_image_serialization_processor.h b/blimp/client/core/compositor/blob_image_serialization_processor.h
similarity index 92%
rename from blimp/client/feature/compositor/blob_image_serialization_processor.h
rename to blimp/client/core/compositor/blob_image_serialization_processor.h
index 8e96e2ac24f5d23c6f7e35c1a2d2be51b5e4bb94..155910da21d052350d76efe8bbc6d951f33c1bb2 100644
--- a/blimp/client/feature/compositor/blob_image_serialization_processor.h
+++ b/blimp/client/core/compositor/blob_image_serialization_processor.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef BLIMP_CLIENT_FEATURE_COMPOSITOR_BLOB_IMAGE_SERIALIZATION_PROCESSOR_H_
-#define BLIMP_CLIENT_FEATURE_COMPOSITOR_BLOB_IMAGE_SERIALIZATION_PROCESSOR_H_
+#ifndef BLIMP_CLIENT_CORE_COMPOSITOR_BLOB_IMAGE_SERIALIZATION_PROCESSOR_H_
+#define BLIMP_CLIENT_CORE_COMPOSITOR_BLOB_IMAGE_SERIALIZATION_PROCESSOR_H_
#include <memory>
@@ -81,4 +81,4 @@ class BlobImageSerializationProcessor : public cc::ImageSerializationProcessor {
} // namespace client
} // namespace blimp
-#endif // BLIMP_CLIENT_FEATURE_COMPOSITOR_BLOB_IMAGE_SERIALIZATION_PROCESSOR_H_
+#endif // BLIMP_CLIENT_CORE_COMPOSITOR_BLOB_IMAGE_SERIALIZATION_PROCESSOR_H_

Powered by Google App Engine
This is Rietveld 408576698