Merge "fix ellipsis not working issue when the given width is too narrow" into devel...
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / graphics / shaders / video-view.frag
1 void main()
2 {
3   gl_FragColor = vec4(0.0);
4 }