diff --git a/AppKit/CPView.j b/AppKit/CPView.j index 847bb5af5..9219f7534 100644 --- a/AppKit/CPView.j +++ b/AppKit/CPView.j @@ -3505,6 +3505,11 @@ setBoundsOrigin: #endif } +- (BOOL)isCSSBased +{ + return [[CPTheme defaultTheme] valueForAttributeWithName:@"css-based" forClass:CPView]; +} + @end