X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Source%2FWebKit%2Fchromium%2Fsrc%2FWebExternalTextureLayer.cpp;h=b9d25892e3b87087bc052b5ce76d8ab8bbb07998;hb=b96e33af77ac7d81a666d5aa202235b793aeeb21;hp=ce61d04e2ec0ec46013765887c5e45b74f5e3005;hpb=2632619e54bc9f41ccea7c574710fe213e49212d;p=framework%2Fweb%2Fwebkit-efl.git diff --git a/Source/WebKit/chromium/src/WebExternalTextureLayer.cpp b/Source/WebKit/chromium/src/WebExternalTextureLayer.cpp index ce61d04..b9d2589 100755 --- a/Source/WebKit/chromium/src/WebExternalTextureLayer.cpp +++ b/Source/WebKit/chromium/src/WebExternalTextureLayer.cpp @@ -56,6 +56,16 @@ bool WebExternalTextureLayer::flipped() const return constUnwrap()->flipped(); } +void WebExternalTextureLayer::setUVRect(const WebFloatRect& rect) +{ + unwrap()->setUVRect(rect); +} + +WebFloatRect WebExternalTextureLayer::uvRect() const +{ + return WebFloatRect(constUnwrap()->uvRect()); +} + WebExternalTextureLayer::WebExternalTextureLayer(const PassRefPtr& node) : WebLayer(node) {