Guest User

Untitled

a guest
Oct 16th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. diff --git a/Source/WebCore/platform/graphics/texmap/TextureMapperBackingStore.cpp b/Source/WebCore/platform/graphics/texmap/TextureMapperBackingStore.cpp
  2. index 6f0f2b8..bece4c4 100644
  3. --- a/Source/WebCore/platform/graphics/texmap/TextureMapperBackingStore.cpp
  4. +++ b/Source/WebCore/platform/graphics/texmap/TextureMapperBackingStore.cpp
  5. @@ -24,7 +24,9 @@
  6. #include "GraphicsSurface.h"
  7. #include "ImageBuffer.h"
  8. #include "TextureMapper.h"
  9. +#if USE(GRAPHICS_SURFACE)
  10. #include "TextureMapperGL.h"
  11. +#endif
  12.  
  13. namespace WebCore {
Add Comment
Please, Sign In to add comment