| Index: Source/platform/graphics/GraphicsTypes3D.h
|
| diff --git a/Source/platform/graphics/GraphicsTypes3D.h b/Source/platform/graphics/GraphicsTypes3D.h
|
| index 33349a4cb087a7db6875ad096ae6330676b810fb..d76bb1a8185651cffeb1446624e21e7cd767f1b7 100644
|
| --- a/Source/platform/graphics/GraphicsTypes3D.h
|
| +++ b/Source/platform/graphics/GraphicsTypes3D.h
|
| @@ -57,4 +57,10 @@ const unsigned GC3D_COMPRESSED_ATC_RGBA_INTERPOLATED_ALPHA_AMD = 0x87EE;
|
| const unsigned GC3D_MAP_CHROMIUM = 0x78F1;
|
| const unsigned GC3D_SCANOUT_CHROMIUM = 0x78F2;
|
|
|
| -#endif
|
| +namespace blink {
|
| +
|
| +enum SourceDrawingBuffer { FrontBuffer, BackBuffer };
|
| +
|
| +} // namespace blink
|
| +
|
| +#endif // GraphicsTypes3D_h
|
|
|