Use the GrGLCreateNativeInterface_glfw.cpp from Skia (flutter/engine#2627)

Instead of our own shadow copy.
This commit is contained in:
Adam Barth 2016-04-27 15:11:56 -07:00
parent 5210b088eb
commit 624c3ce42f

View File

@ -355,7 +355,7 @@ component("skia") {
]
} else if (use_glfw) {
sources += [
"//skia/ext/GrGLCreateNativeInterface_glfw.cpp"
"//third_party/skia/src/gpu/gl/glfw/GrGLCreateNativeInterface_glfw.cpp"
]
}