summaryrefslogtreecommitdiff
path: root/includes/dynamic_depth/profiles.h
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2019-01-28 22:21:51 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2019-01-28 22:21:51 +0000
commit938d58078455ad446fb1196cb9978429faff36cc (patch)
tree651b48226356b70dbd99d471abd462bad303aa02 /includes/dynamic_depth/profiles.h
parent6b9f1f428665620ad0577a2b9bcf5c9834c711aa (diff)
parentcf24597915ce4f06730cd9236f3bfdd07cb87311 (diff)
downloaddynamic_depth-938d58078455ad446fb1196cb9978429faff36cc.tar.gz
Merge changes from topic "dynamic_depth"
* changes: Add Android dynamic depth buffer validation sequence Sync libdynamic_depth to CL #228913159
Diffstat (limited to 'includes/dynamic_depth/profiles.h')
-rw-r--r--includes/dynamic_depth/profiles.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/includes/dynamic_depth/profiles.h b/includes/dynamic_depth/profiles.h
index abcf6c1..0088ec3 100644
--- a/includes/dynamic_depth/profiles.h
+++ b/includes/dynamic_depth/profiles.h
@@ -10,7 +10,6 @@
#include "xmpmeta/xml/deserializer.h"
#include "xmpmeta/xml/serializer.h"
-namespace photos_editing_formats {
namespace dynamic_depth {
// Implements the Device:Profiles field from the Dynamic Depth specification,
@@ -21,7 +20,8 @@ class Profiles : public Element {
void GetNamespaces(
std::unordered_map<string, string>* ns_name_href_map) override;
- bool Serialize(xml::Serializer* serializer) const override;
+ bool Serialize(
+ ::dynamic_depth::xmpmeta::xml::Serializer* serializer) const override;
// Static methods.
@@ -33,7 +33,7 @@ class Profiles : public Element {
// Returns the deserialized profiles in a Profiles object, a unique_ptr owning
// nothing if parsing failed for all the profiles.
static std::unique_ptr<Profiles> FromDeserializer(
- const xml::Deserializer& parent_deserializer);
+ const ::dynamic_depth::xmpmeta::xml::Deserializer& parent_deserializer);
// Non-static methods.
@@ -51,6 +51,5 @@ class Profiles : public Element {
};
} // namespace dynamic_depth
-} // namespace photos_editing_formats
#endif // DYNAMIC_DEPTH_INCLUDES_DYNAMIC_DEPTH_PROFILES_H_ // NOLINT