Chromium Code Reviews
DescriptionImageTransportSurface::CreateSurface on Windows handles the following cases:
1. content area on regular (non-aura) windows on vista+
2. content area on regular (non-aura) windows on xp
3. content area on aura
4. top level compositor on aura on windows on angle (normal)
5. top level compositor on aura on windows on mesa (tests)
And, the TransportSurface methods that should be used:
1. PbufferImageTransportSurface
2. NativeGLSurface (PassThroughImageTransportSurface) with transport=true
3. TextureImageTransportSurface
4. PbufferImageTransportSurface
5. NativeGLSurface (PassThroughImageTransportSurface) with transport=false
This change fixes case #5.
TEST=browser_tests, GpuFeatureTest.NoRafDamage
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=168675
Patch Set 1 #Patch Set 2 : remove debugging code #Patch Set 3 : launch code #
Messages
Total messages: 4 (0 generated)
|
||||||||||||||||||||||||||||