Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
a8540416f65b55aadbe68cdef9fece5a23257d5e
/
.
/
src
/
utils
/
mac
/
SkTextFieldCell.h
blob: c3b8f4d662562dddfe53a778cc2523b2bf09236f [
file
] [
log
] [
blame
]
#import <Cocoa/Cocoa.h>
//A text field cell that has vertically centered text
@interface
SkTextFieldCell
:
NSTextFieldCell
{
BOOL selectingOrEditing
;
}
@end