Index: content/public/common/three_d_api_types.h |
diff --git a/content/public/common/three_d_api_types.h b/content/public/common/three_d_api_types.h |
index e28f5bcb95e5cc2eb72548be1dca2924012b904c..8a29307d5fde1f5c441337520e9b55a9fa6430b5 100644 |
--- a/content/public/common/three_d_api_types.h |
+++ b/content/public/common/three_d_api_types.h |
@@ -13,7 +13,9 @@ namespace content { |
enum ThreeDAPIType { |
THREE_D_API_TYPE_WEBGL, |
- THREE_D_API_TYPE_PEPPER_3D |
+ THREE_D_API_TYPE_PEPPER_3D, |
+ THREE_D_API_TYPE_LAST = THREE_D_API_TYPE_PEPPER_3D |
+ |
palmer
2014/09/25 18:52:59
Nit: No blank line here.
|
}; |
} // namespace content |